home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
14
/
9
/
DISK1494.ZIP
/
READTHIS.BAT
< prev
Wrap
DOS Batch File
|
1989-02-12
|
6KB
|
91 lines
ECHO OFF
CLS
ECHO ****************************************************************************
ECHO * Mi-LOG *
ECHO * HOME COMPUTER RECORD SYSTEM *
ECHO * v 2.1 Copyright 1986, 1987, 1988, MiCord, Box 1344, Midland, MI 48640 *
ECHO * *
ECHO ****************************************************************************
ECHO This program contains many useful features and is simple to use.
ECHO You are invited to try it and to make copies for friends to try.
ECHO It is not copy protected. It makes no hidden files.
ECHO IT IS A FULL FEATURED PROGRAM WHICH CREATES A RECORD OF THE USAGE OF YOUR
ECHO COMPUTER FOR BUSINESS AND TAX PURPOSES AND IT OFFERS THE SECURITY OF PASSWORDS.
ECHO ******
ECHO REGISTRATION: If you decide this program will help you and you wish to use
ECHO it, PLEASE register with the owners. Send $5 (five dollars) together with
ECHO your name and address along with the words Mi-LOG (v 2.0) to:
ECHO MiCord
ECHO Box 1344
ECHO Midland, MI 48640
ECHO This fee will register you as a licensed user and provide you with information
ECHO on updates and improvements as they become available.
ECHO ******
ECHO FEATURES/INSTRUCTIONS/DOCUMENTATION are continued on the next page
PAUSE
CLS
ECHO FEATURES:
ECHO 1. Automatic Installation: INSTALLH for Hard Disks or INSTALLF for Floppies.
ECHO 2. Password Control of Computer Access for Security: ENTER can be selected as
ECHO a password if you wish to bypass the security feature.
ECHO 3. There is no Limit to the Number of Passwords: each password may be up
ECHO to fifteen characters in size.
ECHO 4. Automatic Record of User, Date, Time, Hours, Reason, Specific Purpose,
ECHO and Cumulative Totals of Hours: Useful for tax and business purposes.
ECHO 5. Record System Screen for Display of Diary, Printout of Diary, Adding
ECHO New Access Codes, or Other Housekeeping Activities.
ECHO 6. Easy to Use: once installed, just type LOG and press enter at end of
ECHO your work session before you turn your computer off. NOTE: if you use
ECHO batch files to access your various programs, you can enter the command
ECHO LOG as the last command in the batch files and the operation of your
ECHO HOME COMPUTER RECORD SYSTEM will be completely automatic!
ECHO 7. This Program is Not Resident: it will not interfere with your favorite
ECHO resident programs!
ECHO 8. No Copy Protection - and - No Hidden Files to give disk problems!
ECHO ****************************************************************************
ECHO INSTRUCTIONS/DOCUMENTATION are continued on the next page
PAUSE
CLS
ECHO INSTRUCTIONS/DOCUMENTATION:
ECHO 1. MAKING COPIES: You may prepare extra copies for backup purposes or for
ECHO distribution to others for evaluation purposes. All other rights reserved.
ECHO 2. SYSTEM REQUIREMENTS: DOS 2.0 or later, standard 80 column display, 56K.
ECHO 3. HARD DISK INSTALLATION: Place the program disk in drive A and at the
ECHO prompt type A:INSTALLH and press ENTER. NOTE: the installation program
ECHO assumes that your hard disk is drive C: - if this is not the case then
ECHO you will need to use the DOS ASSIGN command to temporarily name your hard
ECHO disk as drive C: before you run INSTALLH.
ECHO 4. FLOPPY DISK INSTALLATION: Place the program disk in drive A and at the
ECHO prompt type A:INSTALLF and press ENTER. Follow the instructions displayed.
ECHO 5. COMMENTS: The copyright owners thank you for trying our product. You will
ECHO find it easy to use and it will provide you with much useful information.
ECHO If you would like to see changes made in the program to make it more useful
ECHO to your specific purposes, please make these suggestions to us. DO NOT
ECHO alter the program. This version, v 2.1, is the result of suggestions from
ECHO current users. If for any reason you believe this copy is damaged or
ECHO altered or does not work as it should, please return it for replacement.
ECHO 6. FILES: This disk should contain the following six files:
ECHO LOG.EXE CONFIG.EXE INSTALLF.BAT INSTALLH.BAT AUTOEXEC.BAT READTHIS.BAT
ECHO ******************************************************************************
ECHO INSTRUCTIONS/DOCUMENTATION are continued on the next page
PAUSE
CLS
ECHO INSTRUCTIONS/DOCUMENTATION continued
ECHO 7. MANUAL INSTALLATION: You may use this manual procedure instead of the
ECHO automatic installation for your hard disk:
ECHO a. From your root directory, make a directory called LOG, i.e. MD\LOG
ECHO b. Copy LOG.EXE into the LOG directory
ECHO c. Modify your AUTOEXEC.BAT file in your main directory to include the
ECHO command PATH C:\LOG and add the command LOG to the end of the file.
ECHO d. Installation is complete.
ECHO 8. LIMITED WARRANTY: MiCord warrants that the original copy of this software
ECHO will perform substantially as described. MiCord's entire liability shall
ECHO be to either replace the software for registered users or to refund the
ECHO registration fee to registered users. In no event shall MiCord be liable
ECHO for consequential damages arising from misuse, misapplication, or from
ECHO unauthorized alterations to the software.
ECHO ****************************************************************************
ECHO TO END...
PAUSE
CLS